From: Markus Rost Date: Wed, 2 Oct 2002 16:31:16 +0000 (+0000) Subject: (sh-alias-alist): Use append instead of nconc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30322 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19d54173b31aa7c1d42a2e10d58620d20278d659;p=emacs.git (sh-alias-alist): Use append instead of nconc. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index cee0956aed2..3468029b5e6 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -258,7 +258,7 @@ sh Bourne Shell (defcustom sh-alias-alist - (nconc (if (eq system-type 'gnu/linux) + (append (if (eq system-type 'gnu/linux) '((csh . tcsh) (ksh . pdksh))) ;; for the time being